home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Dev / FPSE_src / include / compile.h < prev    next >
C/C++ Source or Header  |  2000-01-01  |  189b  |  14 lines

  1. #ifndef COMPILE_H
  2. #define COMPILE_H
  3.  
  4. // void watch(void);
  5.  
  6. void CompileFlush(UINT32 start, UINT32 end);
  7.  
  8. UINT32 jmppc(UINT32 pc);
  9.  
  10. int compile1(UINT32 pc);
  11.  
  12. void compile_init(void);
  13.  
  14. #endif